Html Css Color HEX #CEE4EC Pattens Blue

📋 copy color: '#CEE4EC'

red 206 ◦ green 228 ◦ blue 236

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

Shades of Pattens Blue #CEE4EC

Tints of Pattens Blue #CEE4EC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 34.03%

 BLUE value IS 236 (92.58% from 255) = 35.22%

R = 30.75%
G = 34.03%
B = 35.22%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CEE4EC (or 0xCEE4EC) is known color: Pattens Blue. HEX triplet: CE, E4 and EC. RGB value is (206,228,236). Sum of RGB (Red+Green+Blue) = 206+228+236=670 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.75% from 670); Green value is 228 (89.45% from 255 or 34.03% from 670); Blue value is 236 (92.58% from 255 or 35.22% from 670); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEE4EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE4EC is #311B13. Grayscale: #DEDEDE. Windows color (decimal): -3218196 or 15525070. OLE color: 15525070.

HSL color Cylindrical-coordinate representation of color #CEE4EC: hue angle of 196º degrees, saturation: 0.44, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #CEE4EC is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 228 236 -
CMYK 0.13 0.03 0 0.07
HSL 196º 0.44% 0.87% -
HSV(B) 196º 0.13% 0.93% -
XYZ 68.34 74.66 90.17 -
YUV 222.33 135.71 116.35 -
System Red Green Blue C M Y K H S L
Decimal 206 228 236 0.13 0.03 0 0.07 196 0.44 0.87
Hex CE E4 EC D 3 0 7 C4 2C 57
Octal 316 344 354 15 3 0 7 304 54 127
Binary 11001110 11100100 11101100 1101 11 0 111 11000100 101100 1010111

Color Harmonies of #CEE4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE4EC

Black with #CEE4EC

Text Example


Text Example

White with #CEE4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE4EC; }

 p { color: rgb(206,228,236); }

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

background-color css

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

 a { background-color: rgb(206,228,236); }

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

border-color css

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

 span { border-color: rgb(206,228,236); }

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