Html Css Color HEX #CCE2ED Pattens Blue

📋 copy color: '#CCE2ED'

red 204 ◦ green 226 ◦ blue 237

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

Shades of Pattens Blue #CCE2ED

Tints of Pattens Blue #CCE2ED

RGB

 RED value IS 204 (80.08% from 255) = 30.58%

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

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

R = 30.58%
G = 33.88%
B = 35.53%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCE2ED (or 0xCCE2ED) is known color: Pattens Blue. HEX triplet: CC, E2 and ED. RGB value is (204,226,237). Sum of RGB (Red+Green+Blue) = 204+226+237=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 226 (88.67% from 255 or 33.88% 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 #CCE2ED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE2ED is #331D12. Grayscale: #DCDCDC. Windows color (decimal): -3349779 or 15590092. OLE color: 15590092.

HSL color Cylindrical-coordinate representation of color #CCE2ED: hue angle of 200º degrees, saturation: 0.48, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #CCE2ED is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 204 226 237 -
CMYK 0.14 0.05 0 0.07
HSL 200º 0.48% 0.86% -
HSV(B) 200º 0.14% 0.93% -
XYZ 67.38 73.34 90.73 -
YUV 220.68 137.21 116.11 -
System Red Green Blue C M Y K H S L
Decimal 204 226 237 0.14 0.05 0 0.07 200 0.48 0.86
Hex CC E2 ED E 5 0 7 C8 30 56
Octal 314 342 355 16 5 0 7 310 60 126
Binary 11001100 11100010 11101101 1110 101 0 111 11001000 110000 1010110

Color Harmonies of #CCE2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE2ED

Black with #CCE2ED

Text Example


Text Example

White with #CCE2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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