Html Css Color HEX #CEE2ED Pattens Blue

📋 copy color: '#CEE2ED'

red 206 ◦ green 226 ◦ blue 237

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

Shades of Pattens Blue #CEE2ED

Tints of Pattens Blue #CEE2ED

RGB

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

 GREEN value IS 226 (88.67% from 255) = 33.78%

 BLUE value IS 237 (92.97% from 255) = 35.43%

R = 30.79%
G = 33.78%
B = 35.43%

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

#CEE2ED (or 0xCEE2ED) is known color: Pattens Blue. HEX triplet: CE, E2 and ED. RGB value is (206,226,237). Sum of RGB (Red+Green+Blue) = 206+226+237=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 226 (88.67% from 255 or 33.78% from 669); Blue value is 237 (92.97% from 255 or 35.43% from 669); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEE2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE2ED is #311D12. Grayscale: #DDDDDD. Windows color (decimal): -3218707 or 15590094. OLE color: 15590094.

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

Color convert

RGB 206 226 237 -
CMYK 0.13 0.05 0 0.07
HSL 201.29º 0.46% 0.87% -
HSV(B) 201.29º 0.13% 0.93% -
XYZ 67.94 73.63 90.75 -
YUV 221.27 136.87 117.11 -
System Red Green Blue C M Y K H S L
Decimal 206 226 237 0.13 0.05 0 0.07 201.29 0.46 0.87
Hex CE E2 ED D 5 0 7 C9 2E 57
Octal 316 342 355 15 5 0 7 311 56 127
Binary 11001110 11100010 11101101 1101 101 0 111 11001001 101110 1010111

Color Harmonies of #CEE2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE2ED

Black with #CEE2ED

Text Example


Text Example

White with #CEE2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE2ED; }

 p { color: rgb(206,226,237); }

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

background-color css

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

 a { background-color: rgb(206,226,237); }

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

border-color css

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

 span { border-color: rgb(206,226,237); }

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