Html Css Color HEX #CCE6FE Pattens Blue

📋 copy color: '#CCE6FE'

red 204 ◦ green 230 ◦ blue 254

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

Shades of Pattens Blue #CCE6FE

Tints of Pattens Blue #CCE6FE

RGB

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

 GREEN value IS 230 (90.23% from 255) = 33.43%

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

R = 29.65%
G = 33.43%
B = 36.92%

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

#CCE6FE (or 0xCCE6FE) is known color: Pattens Blue. HEX triplet: CC, E6 and FE. RGB value is (204,230,254). Sum of RGB (Red+Green+Blue) = 204+230+254=688 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.65% from 688); Green value is 230 (90.23% from 255 or 33.43% from 688); Blue value is 254 (99.61% from 255 or 36.92% from 688); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCE6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE6FE is #331901. Grayscale: #E0E0E0. Windows color (decimal): -3348738 or 16705228. OLE color: 16705228.

HSL color Cylindrical-coordinate representation of color #CCE6FE: hue angle of 208.8º 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 #CCE6FE is Cyan = 0.20, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 204 230 254 -
CMYK 0.20 0.09 0 0.00
HSL 208.8º 0.96% 0.9% -
HSV(B) 208.8º 0.2% 1% -
XYZ 71.09 76.59 104.8 -
YUV 224.96 144.39 113.05 -
System Red Green Blue C M Y K H S L
Decimal 204 230 254 0.20 0.09 0 0.00 208.8 0.96 0.9
Hex CC E6 FE 14 9 0 0 D1 60 5A
Octal 314 346 376 24 11 0 0 321 140 132
Binary 11001100 11100110 11111110 10100 1001 0 0 11010001 1100000 1011010

Color Harmonies of #CCE6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE6FE

Black with #CCE6FE

Text Example


Text Example

White with #CCE6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE6FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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