Html Css Color HEX #CEE1EE Pattens Blue

📋 copy color: '#CEE1EE'

red 206 ◦ green 225 ◦ blue 238

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

Shades of Pattens Blue #CEE1EE

Tints of Pattens Blue #CEE1EE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 35.58%

R = 30.79%
G = 33.63%
B = 35.58%

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

#CEE1EE (or 0xCEE1EE) is known color: Pattens Blue. HEX triplet: CE, E1 and EE. RGB value is (206,225,238). Sum of RGB (Red+Green+Blue) = 206+225+238=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 225 (88.28% from 255 or 33.63% from 669); Blue value is 238 (93.36% from 255 or 35.58% from 669); Max value from RGB is 238 - color contains mainly: blue. Hex color #CEE1EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE1EE is #311E11. Grayscale: #DCDCDC. Windows color (decimal): -3218962 or 15655374. OLE color: 15655374.

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

Color convert

RGB 206 225 238 -
CMYK 0.13 0.05 0 0.07
HSL 204.38º 0.48% 0.87% -
HSV(B) 204.38º 0.13% 0.93% -
XYZ 67.81 73.15 91.43 -
YUV 220.8 137.71 117.44 -
System Red Green Blue C M Y K H S L
Decimal 206 225 238 0.13 0.05 0 0.07 204.38 0.48 0.87
Hex CE E1 EE D 5 0 7 CC 30 57
Octal 316 341 356 15 5 0 7 314 60 127
Binary 11001110 11100001 11101110 1101 101 0 111 11001100 110000 1010111

Color Harmonies of #CEE1EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE1EE

Black with #CEE1EE

Text Example


Text Example

White with #CEE1EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE1EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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