Html Css Color HEX #CCE5EE Pattens Blue

📋 copy color: '#CCE5EE'

red 204 ◦ green 229 ◦ blue 238

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

Shades of Pattens Blue #CCE5EE

Tints of Pattens Blue #CCE5EE

RGB

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

 GREEN value IS 229 (89.84% from 255) = 34.13%

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

R = 30.4%
G = 34.13%
B = 35.47%

CMYK

 C value IS 0.14

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#CCE5EE (or 0xCCE5EE) is known color: Pattens Blue. HEX triplet: CC, E5 and EE. RGB value is (204,229,238). Sum of RGB (Red+Green+Blue) = 204+229+238=671 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.40% from 671); Green value is 229 (89.84% from 255 or 34.13% from 671); Blue value is 238 (93.36% from 255 or 35.47% from 671); Max value from RGB is 238 - color contains mainly: blue. Hex color #CCE5EE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE5EE is #331A11. Grayscale: #DEDEDE. Windows color (decimal): -3349010 or 15656396. OLE color: 15656396.

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

Color convert

RGB 204 229 238 -
CMYK 0.14 0.04 0 0.07
HSL 195.88º 0.5% 0.87% -
HSV(B) 195.88º 0.14% 0.93% -
XYZ 68.35 75.05 91.77 -
YUV 222.55 136.72 114.77 -
System Red Green Blue C M Y K H S L
Decimal 204 229 238 0.14 0.04 0 0.07 195.88 0.5 0.87
Hex CC E5 EE E 4 0 7 C4 32 57
Octal 314 345 356 16 4 0 7 304 62 127
Binary 11001100 11100101 11101110 1110 100 0 111 11000100 110010 1010111

Color Harmonies of #CCE5EE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE5EE

Black with #CCE5EE

Text Example


Text Example

White with #CCE5EE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE5EE; }

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

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

background-color css

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

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

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

border-color css

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

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

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