Html Css Color HEX #CCE8F6 Pattens Blue

📋 copy color: '#CCE8F6'

red 204 ◦ green 232 ◦ blue 246

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

Shades of Pattens Blue #CCE8F6

Tints of Pattens Blue #CCE8F6

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.02%

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

R = 29.91%
G = 34.02%
B = 36.07%

CMYK

 C value IS 0.17

 M value IS 0.06

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CCE8F6 (or 0xCCE8F6) is known color: Pattens Blue. HEX triplet: CC, E8 and F6. RGB value is (204,232,246). Sum of RGB (Red+Green+Blue) = 204+232+246=682 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.91% from 682); Green value is 232 (91.02% from 255 or 34.02% from 682); Blue value is 246 (96.48% from 255 or 36.07% from 682); Max value from RGB is 246 - color contains mainly: blue. Hex color #CCE8F6 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE8F6 is #331709. Grayscale: #E1E1E1. Windows color (decimal): -3348234 or 16181452. OLE color: 16181452.

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

Color convert

RGB 204 232 246 -
CMYK 0.17 0.06 0 0.04
HSL 200º 0.7% 0.88% -
HSV(B) 200º 0.17% 0.96% -
XYZ 70.39 77.2 98.38 -
YUV 225.22 139.72 112.86 -
System Red Green Blue C M Y K H S L
Decimal 204 232 246 0.17 0.06 0 0.04 200 0.7 0.88
Hex CC E8 F6 11 6 0 4 C8 46 58
Octal 314 350 366 21 6 0 4 310 106 130
Binary 11001100 11101000 11110110 10001 110 0 100 11001000 1000110 1011000

Color Harmonies of #CCE8F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE8F6

Black with #CCE8F6

Text Example


Text Example

White with #CCE8F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE8F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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