Html Css Color HEX #CCE8FE Pattens Blue

📋 copy color: '#CCE8FE'

red 204 ◦ green 232 ◦ blue 254

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

Shades of Pattens Blue #CCE8FE

Tints of Pattens Blue #CCE8FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 36.81%

R = 29.57%
G = 33.62%
B = 36.81%

CMYK

 C value IS 0.20

 M value IS 0.09

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#CCE8FE (or 0xCCE8FE) is known color: Pattens Blue. HEX triplet: CC, E8 and FE. RGB value is (204,232,254). Sum of RGB (Red+Green+Blue) = 204+232+254=690 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.57% from 690); Green value is 232 (91.02% from 255 or 33.62% from 690); Blue value is 254 (99.61% from 255 or 36.81% from 690); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCE8FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE8FE is #331701. Grayscale: #E2E2E2. Windows color (decimal): -3348226 or 16705740. OLE color: 16705740.

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

Color convert

RGB 204 232 254 -
CMYK 0.20 0.09 0 0.00
HSL 206.4º 0.96% 0.9% -
HSV(B) 206.4º 0.2% 1% -
XYZ 71.65 77.71 104.99 -
YUV 226.14 143.72 112.21 -
System Red Green Blue C M Y K H S L
Decimal 204 232 254 0.20 0.09 0 0.00 206.4 0.96 0.9
Hex CC E8 FE 14 9 0 0 CE 60 5A
Octal 314 350 376 24 11 0 0 316 140 132
Binary 11001100 11101000 11111110 10100 1001 0 0 11001110 1100000 1011010

Color Harmonies of #CCE8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE8FE

Black with #CCE8FE

Text Example


Text Example

White with #CCE8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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