Html Css Color HEX #CEE1E8 Pattens Blue

📋 copy color: '#CEE1E8'

red 206 ◦ green 225 ◦ blue 232

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

Shades of Pattens Blue #CEE1E8

Tints of Pattens Blue #CEE1E8

RGB

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

 GREEN value IS 225 (88.28% from 255) = 33.94%

 BLUE value IS 232 (91.02% from 255) = 34.99%

R = 31.07%
G = 33.94%
B = 34.99%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CEE1E8 (or 0xCEE1E8) is known color: Pattens Blue. HEX triplet: CE, E1 and E8. RGB value is (206,225,232). Sum of RGB (Red+Green+Blue) = 206+225+232=663 (87% of max value = 765). Red value is 206 (80.86% from 255 or 31.07% from 663); Green value is 225 (88.28% from 255 or 33.94% from 663); Blue value is 232 (91.02% from 255 or 34.99% from 663); Max value from RGB is 232 - color contains mainly: blue. Hex color #CEE1E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE1E8 is #311E17. Grayscale: #DCDCDC. Windows color (decimal): -3218968 or 15262158. OLE color: 15262158.

HSL color Cylindrical-coordinate representation of color #CEE1E8: hue angle of 196.15º degrees, saturation: 0.36, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CEE1E8 is Cyan = 0.11, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 206 225 232 -
CMYK 0.11 0.03 0 0.09
HSL 196.15º 0.36% 0.86% -
HSV(B) 196.15º 0.11% 0.91% -
XYZ 66.94 72.8 86.87 -
YUV 220.12 134.71 117.93 -
System Red Green Blue C M Y K H S L
Decimal 206 225 232 0.11 0.03 0 0.09 196.15 0.36 0.86
Hex CE E1 E8 B 3 0 9 C4 24 56
Octal 316 341 350 13 3 0 11 304 44 126
Binary 11001110 11100001 11101000 1011 11 0 1001 11000100 100100 1010110

Color Harmonies of #CEE1E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE1E8

Black with #CEE1E8

Text Example


Text Example

White with #CEE1E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE1E8; }

 p { color: rgb(206,225,232); }

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

background-color css

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

 a { background-color: rgb(206,225,232); }

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

border-color css

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

 span { border-color: rgb(206,225,232); }

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