Html Css Color HEX #CCE2EE Pattens Blue

📋 copy color: '#CCE2EE'

red 204 ◦ green 226 ◦ blue 238

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

Shades of Pattens Blue #CCE2EE

Tints of Pattens Blue #CCE2EE

RGB

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

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

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

R = 30.54%
G = 33.83%
B = 35.63%

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

#CCE2EE (or 0xCCE2EE) is known color: Pattens Blue. HEX triplet: CC, E2 and EE. RGB value is (204,226,238). Sum of RGB (Red+Green+Blue) = 204+226+238=668 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.54% from 668); Green value is 226 (88.67% from 255 or 33.83% from 668); Blue value is 238 (93.36% from 255 or 35.63% from 668); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCE2EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE2EE is #331D11. Grayscale: #DCDCDC. Windows color (decimal): -3349778 or 15655628. OLE color: 15655628.

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

Color convert

RGB 204 226 238 -
CMYK 0.14 0.05 0 0.07
HSL 201.18º 0.5% 0.87% -
HSV(B) 201.18º 0.14% 0.93% -
XYZ 67.53 73.4 91.5 -
YUV 220.79 137.71 116.02 -
System Red Green Blue C M Y K H S L
Decimal 204 226 238 0.14 0.05 0 0.07 201.18 0.5 0.87
Hex CC E2 EE E 5 0 7 C9 32 57
Octal 314 342 356 16 5 0 7 311 62 127
Binary 11001100 11100010 11101110 1110 101 0 111 11001001 110010 1010111

Color Harmonies of #CCE2EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE2EE

Black with #CCE2EE

Text Example


Text Example

White with #CCE2EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE2EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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