Html Css Color HEX #CEE0F3 Pattens Blue

📋 copy color: '#CEE0F3'

red 206 ◦ green 224 ◦ blue 243

#CEE0F3
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Pattens Blue #CEE0F3

Tints of Pattens Blue #CEE0F3

RGB

 RED value IS 206 (80.86% from 255) = 30.61%

 GREEN value IS 224 (87.89% from 255) = 33.28%

 BLUE value IS 243 (95.31% from 255) = 36.11%

R = 30.61%
G = 33.28%
B = 36.11%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.05

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CEE0F3 (or 0xCEE0F3) is known color: Pattens Blue. HEX triplet: CE, E0 and F3. RGB value is (206,224,243). Sum of RGB (Red+Green+Blue) = 206+224+243=673 (89% of max value = 765). Red value is 206 (80.86% from 255 or 30.61% from 673); Green value is 224 (87.89% from 255 or 33.28% from 673); Blue value is 243 (95.31% from 255 or 36.11% from 673); Max value from RGB is 243 - color contains mainly: blue. Hex color #CEE0F3 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE0F3 is #311F0C. Grayscale: #DCDCDC. Windows color (decimal): -3219213 or 15982798. OLE color: 15982798.

HSL color Cylindrical-coordinate representation of color #CEE0F3: hue angle of 210.81º degrees, saturation: 0.61, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CEE0F3 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 206 224 243 -
CMYK 0.15 0.08 0 0.05
HSL 210.81º 0.61% 0.88% -
HSV(B) 210.81º 0.15% 0.95% -
XYZ 68.29 72.9 95.27 -
YUV 220.78 140.54 117.46 -
System Red Green Blue C M Y K H S L
Decimal 206 224 243 0.15 0.08 0 0.05 210.81 0.61 0.88
Hex CE E0 F3 F 8 0 5 D3 3D 58
Octal 316 340 363 17 10 0 5 323 75 130
Binary 11001110 11100000 11110011 1111 1000 0 101 11010011 111101 1011000

Color Harmonies of #CEE0F3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE0F3

Black with #CEE0F3

Text Example


Text Example

White with #CEE0F3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE0F3; }

 p { color: rgb(206,224,243); }

 H1.HeaderClassName
 {
   color: #CEE0F3;
 }
 .AnyTagClassName
 {
   color: #CEE0F3;
 }
</style>

background-color css

<style>
 a { background-color: #CEE0F3; }

 a { background-color: rgb(206,224,243); }

 div.DivClassName
 {
   background-color: #CEE0F3;
 }
 .BgClassName
 {
   background-color: #CEE0F3;
 }
</style>

border-color css

<style>
 span { border-color: #CEE0F3; }

 span { border-color: rgb(206,224,243); }

 td.TdClassName
 {
   border-color: #CEE0F3;
 }
 .TagClassName
 {
   border-color: #CEE0F3;
 }
</style>