Html Css Color HEX #CEE0EC Pattens Blue

📋 copy color: '#CEE0EC'

red 206 ◦ green 224 ◦ blue 236

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

Shades of Pattens Blue #CEE0EC

Tints of Pattens Blue #CEE0EC

RGB

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

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

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

R = 30.93%
G = 33.63%
B = 35.44%

CMYK

 C value IS 0.13

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CEE0EC (or 0xCEE0EC) is known color: Pattens Blue. HEX triplet: CE, E0 and EC. RGB value is (206,224,236). Sum of RGB (Red+Green+Blue) = 206+224+236=666 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.93% from 666); Green value is 224 (87.89% from 255 or 33.63% from 666); Blue value is 236 (92.58% from 255 or 35.44% from 666); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEE0EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE0EC is #311F13. Grayscale: #DBDBDB. Windows color (decimal): -3219220 or 15524046. OLE color: 15524046.

HSL color Cylindrical-coordinate representation of color #CEE0EC: hue angle of 204º 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 #CEE0EC is Cyan = 0.13, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 206 224 236 -
CMYK 0.13 0.05 0 0.07
HSL 204º 0.44% 0.87% -
HSV(B) 204º 0.13% 0.93% -
XYZ 67.25 72.49 89.8 -
YUV 219.99 137.04 118.02 -
System Red Green Blue C M Y K H S L
Decimal 206 224 236 0.13 0.05 0 0.07 204 0.44 0.87
Hex CE E0 EC D 5 0 7 CC 2C 57
Octal 316 340 354 15 5 0 7 314 54 127
Binary 11001110 11100000 11101100 1101 101 0 111 11001100 101100 1010111

Color Harmonies of #CEE0EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE0EC

Black with #CEE0EC

Text Example


Text Example

White with #CEE0EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE0EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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