Html Css Color HEX #CCE8F2 Pattens Blue

📋 copy color: '#CCE8F2'

red 204 ◦ green 232 ◦ blue 242

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

Shades of Pattens Blue #CCE8F2

Tints of Pattens Blue #CCE8F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 35.69%

R = 30.09%
G = 34.22%
B = 35.69%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#CCE8F2 (or 0xCCE8F2) is known color: Pattens Blue. HEX triplet: CC, E8 and F2. RGB value is (204,232,242). Sum of RGB (Red+Green+Blue) = 204+232+242=678 (89% of max value = 765). Red value is 204 (80.08% from 255 or 30.09% from 678); Green value is 232 (91.02% from 255 or 34.22% from 678); Blue value is 242 (94.92% from 255 or 35.69% from 678); Max value from RGB is 242 - color contains mainly: blue. Hex color #CCE8F2 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE8F2 is #33170D. Grayscale: #E0E0E0. Windows color (decimal): -3348238 or 15919308. OLE color: 15919308.

HSL color Cylindrical-coordinate representation of color #CCE8F2: hue angle of 195.79º degrees, saturation: 0.59, lightness: 0.87%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #CCE8F2 is Cyan = 0.16, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 204 232 242 -
CMYK 0.16 0.04 0 0.05
HSL 195.79º 0.59% 0.87% -
HSV(B) 195.79º 0.16% 0.95% -
XYZ 69.79 76.96 95.18 -
YUV 224.77 137.72 113.19 -
System Red Green Blue C M Y K H S L
Decimal 204 232 242 0.16 0.04 0 0.05 195.79 0.59 0.87
Hex CC E8 F2 10 4 0 5 C4 3B 57
Octal 314 350 362 20 4 0 5 304 73 127
Binary 11001100 11101000 11110010 10000 100 0 101 11000100 111011 1010111

Color Harmonies of #CCE8F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE8F2

Black with #CCE8F2

Text Example


Text Example

White with #CCE8F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE8F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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