Html Css Color HEX #CCE5EF Pattens Blue

📋 copy color: '#CCE5EF'

red 204 ◦ green 229 ◦ blue 239

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

Shades of Pattens Blue #CCE5EF

Tints of Pattens Blue #CCE5EF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 35.57%

R = 30.36%
G = 34.08%
B = 35.57%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCE5EF (or 0xCCE5EF) is known color: Pattens Blue. HEX triplet: CC, E5 and EF. RGB value is (204,229,239). Sum of RGB (Red+Green+Blue) = 204+229+239=672 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.36% from 672); Green value is 229 (89.84% from 255 or 34.08% from 672); Blue value is 239 (93.75% from 255 or 35.57% from 672); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCE5EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE5EF is #331A10. Grayscale: #DEDEDE. Windows color (decimal): -3349009 or 15721932. OLE color: 15721932.

HSL color Cylindrical-coordinate representation of color #CCE5EF: hue angle of 197.14º degrees, saturation: 0.52, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #CCE5EF is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 229 239 -
CMYK 0.15 0.04 0 0.06
HSL 197.14º 0.52% 0.87% -
HSV(B) 197.14º 0.15% 0.94% -
XYZ 68.5 75.11 92.55 -
YUV 222.67 137.22 114.69 -
System Red Green Blue C M Y K H S L
Decimal 204 229 239 0.15 0.04 0 0.06 197.14 0.52 0.87
Hex CC E5 EF F 4 0 6 C5 34 57
Octal 314 345 357 17 4 0 6 305 64 127
Binary 11001100 11100101 11101111 1111 100 0 110 11000101 110100 1010111

Color Harmonies of #CCE5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE5EF

Black with #CCE5EF

Text Example


Text Example

White with #CCE5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE5EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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