Html Css Color HEX #CEE0ED Pattens Blue

📋 copy color: '#CEE0ED'

red 206 ◦ green 224 ◦ blue 237

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

Shades of Pattens Blue #CEE0ED

Tints of Pattens Blue #CEE0ED

RGB

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

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

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

R = 30.88%
G = 33.58%
B = 35.53%

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

#CEE0ED (or 0xCEE0ED) is known color: Pattens Blue. HEX triplet: CE, E0 and ED. RGB value is (206,224,237). Sum of RGB (Red+Green+Blue) = 206+224+237=667 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.88% from 667); Green value is 224 (87.89% from 255 or 33.58% from 667); Blue value is 237 (92.97% from 255 or 35.53% from 667); Max value from RGB is 237 - color contains mainly: blue. Hex color #CEE0ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE0ED is #311F12. Grayscale: #DCDCDC. Windows color (decimal): -3219219 or 15589582. OLE color: 15589582.

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

Color convert

RGB 206 224 237 -
CMYK 0.13 0.05 0 0.07
HSL 205.16º 0.46% 0.87% -
HSV(B) 205.16º 0.13% 0.93% -
XYZ 67.4 72.55 90.57 -
YUV 220.1 137.54 117.94 -
System Red Green Blue C M Y K H S L
Decimal 206 224 237 0.13 0.05 0 0.07 205.16 0.46 0.87
Hex CE E0 ED D 5 0 7 CD 2E 57
Octal 316 340 355 15 5 0 7 315 56 127
Binary 11001110 11100000 11101101 1101 101 0 111 11001101 101110 1010111

Color Harmonies of #CEE0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE0ED

Black with #CEE0ED

Text Example


Text Example

White with #CEE0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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