Html Css Color HEX #CEE3EC Pattens Blue

📋 copy color: '#CEE3EC'

red 206 ◦ green 227 ◦ blue 236

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

Shades of Pattens Blue #CEE3EC

Tints of Pattens Blue #CEE3EC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.93%

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

R = 30.79%
G = 33.93%
B = 35.28%

CMYK

 C value IS 0.13

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CEE3EC (or 0xCEE3EC) is known color: Pattens Blue. HEX triplet: CE, E3 and EC. RGB value is (206,227,236). Sum of RGB (Red+Green+Blue) = 206+227+236=669 (88% of max value = 765). Red value is 206 (80.86% from 255 or 30.79% from 669); Green value is 227 (89.06% from 255 or 33.93% from 669); Blue value is 236 (92.58% from 255 or 35.28% from 669); Max value from RGB is 236 - color contains mainly: blue. Hex color #CEE3EC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CEE3EC is #311C13. Grayscale: #DDDDDD. Windows color (decimal): -3218452 or 15524814. OLE color: 15524814.

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

Color convert

RGB 206 227 236 -
CMYK 0.13 0.04 0 0.07
HSL 198º 0.44% 0.87% -
HSV(B) 198º 0.13% 0.93% -
XYZ 68.06 74.12 90.08 -
YUV 221.75 136.04 116.77 -
System Red Green Blue C M Y K H S L
Decimal 206 227 236 0.13 0.04 0 0.07 198 0.44 0.87
Hex CE E3 EC D 4 0 7 C6 2C 57
Octal 316 343 354 15 4 0 7 306 54 127
Binary 11001110 11100011 11101100 1101 100 0 111 11000110 101100 1010111

Color Harmonies of #CEE3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CEE3EC

Black with #CEE3EC

Text Example


Text Example

White with #CEE3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CEE3EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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