Html Css Color HEX #CCE8FF Pattens Blue

📋 copy color: '#CCE8FF'

red 204 ◦ green 232 ◦ blue 255

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

Shades of Pattens Blue #CCE8FF

Tints of Pattens Blue #CCE8FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 36.9%

R = 29.52%
G = 33.57%
B = 36.9%

CMYK

 C value IS 0.2

 M value IS 0.09

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#CCE8FF (or 0xCCE8FF) is known color: Pattens Blue. HEX triplet: CC, E8 and FF. RGB value is (204,232,255). Sum of RGB (Red+Green+Blue) = 204+232+255=691 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.52% from 691); Green value is 232 (91.02% from 255 or 33.57% from 691); Blue value is 255 (100% from 255 or 36.90% from 691); Max value from RGB is 255 - color contains mainly: blue. Hex color #CCE8FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE8FF is #331700. Grayscale: #E2E2E2. Windows color (decimal): -3348225 or 16771276. OLE color: 16771276.

HSL color Cylindrical-coordinate representation of color #CCE8FF: hue angle of 207.06º degrees, saturation: 1, lightness: 0.9%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #CCE8FF is Cyan = 0.2, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 204 232 255 -
CMYK 0.2 0.09 0 0
HSL 207.06º 1% 0.9% -
HSV(B) 207.06º 0.2% 1% -
XYZ 71.81 77.77 105.83 -
YUV 226.25 144.22 112.13 -
System Red Green Blue C M Y K H S L
Decimal 204 232 255 0.2 0.09 0 0 207.06 1 0.9
Hex CC E8 FF 14 9 0 0 CF 64 5A
Octal 314 350 377 24 11 0 0 317 144 132
Binary 11001100 11101000 11111111 10100 1001 0 0 11001111 1100100 1011010

Color Harmonies of #CCE8FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE8FF

Black with #CCE8FF

Text Example


Text Example

White with #CCE8FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE8FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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