Html Css Color HEX #CCE3FC Pattens Blue

📋 copy color: '#CCE3FC'

red 204 ◦ green 227 ◦ blue 252

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

Shades of Pattens Blue #CCE3FC

Tints of Pattens Blue #CCE3FC

RGB

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

 GREEN value IS 227 (89.06% from 255) = 33.24%

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

R = 29.87%
G = 33.24%
B = 36.9%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCE3FC (or 0xCCE3FC) is known color: Pattens Blue. HEX triplet: CC, E3 and FC. RGB value is (204,227,252). Sum of RGB (Red+Green+Blue) = 204+227+252=683 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.87% from 683); Green value is 227 (89.06% from 255 or 33.24% from 683); Blue value is 252 (98.83% from 255 or 36.90% from 683); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCE3FC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE3FC is #331C03. Grayscale: #DEDEDE. Windows color (decimal): -3349508 or 16573388. OLE color: 16573388.

HSL color Cylindrical-coordinate representation of color #CCE3FC: hue angle of 211.25º 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 #CCE3FC is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 227 252 -
CMYK 0.19 0.10 0 0.01
HSL 211.25º 0.89% 0.89% -
HSV(B) 211.25º 0.19% 0.99% -
XYZ 69.94 74.8 102.85 -
YUV 222.97 144.38 114.47 -
System Red Green Blue C M Y K H S L
Decimal 204 227 252 0.19 0.10 0 0.01 211.25 0.89 0.89
Hex CC E3 FC 13 A 0 1 D3 59 59
Octal 314 343 374 23 12 0 1 323 131 131
Binary 11001100 11100011 11111100 10011 1010 0 1 11010011 1011001 1011001

Color Harmonies of #CCE3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE3FC

Black with #CCE3FC

Text Example


Text Example

White with #CCE3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE3FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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