Html Css Color HEX #CCE6FC Pattens Blue

📋 copy color: '#CCE6FC'

red 204 ◦ green 230 ◦ blue 252

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

Shades of Pattens Blue #CCE6FC

Tints of Pattens Blue #CCE6FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 36.73%

R = 29.74%
G = 33.53%
B = 36.73%

CMYK

 C value IS 0.19

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCE6FC (or 0xCCE6FC) is known color: Pattens Blue. HEX triplet: CC, E6 and FC. RGB value is (204,230,252). Sum of RGB (Red+Green+Blue) = 204+230+252=686 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.74% from 686); Green value is 230 (90.23% from 255 or 33.53% from 686); Blue value is 252 (98.83% from 255 or 36.73% from 686); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCE6FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE6FC is #331903. Grayscale: #E0E0E0. Windows color (decimal): -3348740 or 16574156. OLE color: 16574156.

HSL color Cylindrical-coordinate representation of color #CCE6FC: hue angle of 207.5º degrees, saturation: 0.89, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCE6FC is Cyan = 0.19, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 230 252 -
CMYK 0.19 0.09 0 0.01
HSL 207.5º 0.89% 0.89% -
HSV(B) 207.5º 0.19% 0.99% -
XYZ 70.77 76.46 103.12 -
YUV 224.73 143.39 113.21 -
System Red Green Blue C M Y K H S L
Decimal 204 230 252 0.19 0.09 0 0.01 207.5 0.89 0.89
Hex CC E6 FC 13 9 0 1 D0 59 59
Octal 314 346 374 23 11 0 1 320 131 131
Binary 11001100 11100110 11111100 10011 1001 0 1 11010000 1011001 1011001

Color Harmonies of #CCE6FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE6FC

Black with #CCE6FC

Text Example


Text Example

White with #CCE6FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE6FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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