Html Css Color HEX #CCE0EF Pattens Blue

📋 copy color: '#CCE0EF'

red 204 ◦ green 224 ◦ blue 239

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

Shades of Pattens Blue #CCE0EF

Tints of Pattens Blue #CCE0EF

RGB

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

 GREEN value IS 224 (87.89% from 255) = 33.58%

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

R = 30.58%
G = 33.58%
B = 35.83%

CMYK

 C value IS 0.15

 M value IS 0.06

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#CCE0EF (or 0xCCE0EF) is known color: Pattens Blue. HEX triplet: CC, E0 and EF. RGB value is (204,224,239). Sum of RGB (Red+Green+Blue) = 204+224+239=667 (88% of max value = 765). Red value is 204 (80.08% from 255 or 30.58% from 667); Green value is 224 (87.89% from 255 or 33.58% from 667); Blue value is 239 (93.75% from 255 or 35.83% from 667); Max value from RGB is 239 - color contains mainly: blue. Hex color #CCE0EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE0EF is #331F10. Grayscale: #DBDBDB. Windows color (decimal): -3350289 or 15720652. OLE color: 15720652.

HSL color Cylindrical-coordinate representation of color #CCE0EF: hue angle of 205.71º 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 #CCE0EF is Cyan = 0.15, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 204 224 239 -
CMYK 0.15 0.06 0 0.06
HSL 205.71º 0.52% 0.87% -
HSV(B) 205.71º 0.15% 0.94% -
XYZ 67.14 72.38 92.09 -
YUV 219.73 138.87 116.78 -
System Red Green Blue C M Y K H S L
Decimal 204 224 239 0.15 0.06 0 0.06 205.71 0.52 0.87
Hex CC E0 EF F 6 0 6 CE 34 57
Octal 314 340 357 17 6 0 6 316 64 127
Binary 11001100 11100000 11101111 1111 110 0 110 11001110 110100 1010111

Color Harmonies of #CCE0EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE0EF

Black with #CCE0EF

Text Example


Text Example

White with #CCE0EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE0EF; }

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

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

background-color css

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

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

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

border-color css

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

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

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