Html Css Color HEX #CCE0F6 Pattens Blue

📋 copy color: '#CCE0F6'

red 204 ◦ green 224 ◦ blue 246

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

Shades of Pattens Blue #CCE0F6

Tints of Pattens Blue #CCE0F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 36.5%

R = 30.27%
G = 33.23%
B = 36.5%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CCE0F6 (or 0xCCE0F6) is known color: Pattens Blue. HEX triplet: CC, E0 and F6. RGB value is (204,224,246). Sum of RGB (Red+Green+Blue) = 204+224+246=674 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.27% from 674); Green value is 224 (87.89% from 255 or 33.23% from 674); Blue value is 246 (96.48% from 255 or 36.50% from 674); Max value from RGB is 246 - color contains mainly: blue. Hex color #CCE0F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE0F6 is #331F09. Grayscale: #DCDCDC. Windows color (decimal): -3350282 or 16179404. OLE color: 16179404.

HSL color Cylindrical-coordinate representation of color #CCE0F6: hue angle of 211.43º degrees, saturation: 0.7, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCE0F6 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 224 246 -
CMYK 0.17 0.09 0 0.04
HSL 211.43º 0.7% 0.88% -
HSV(B) 211.43º 0.17% 0.96% -
XYZ 68.19 72.8 97.65 -
YUV 220.53 142.37 116.21 -
System Red Green Blue C M Y K H S L
Decimal 204 224 246 0.17 0.09 0 0.04 211.43 0.7 0.88
Hex CC E0 F6 11 9 0 4 D3 46 58
Octal 314 340 366 21 11 0 4 323 106 130
Binary 11001100 11100000 11110110 10001 1001 0 100 11010011 1000110 1011000

Color Harmonies of #CCE0F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE0F6

Black with #CCE0F6

Text Example


Text Example

White with #CCE0F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE0F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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