Html Css Color HEX #CCE9FC Pattens Blue

📋 copy color: '#CCE9FC'

red 204 ◦ green 233 ◦ blue 252

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

Shades of Pattens Blue #CCE9FC

Tints of Pattens Blue #CCE9FC

RGB

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

 GREEN value IS 233 (91.41% from 255) = 33.82%

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

R = 29.61%
G = 33.82%
B = 36.57%

CMYK

 C value IS 0.19

 M value IS 0.08

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCE9FC (or 0xCCE9FC) is known color: Pattens Blue. HEX triplet: CC, E9 and FC. RGB value is (204,233,252). Sum of RGB (Red+Green+Blue) = 204+233+252=689 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.61% from 689); Green value is 233 (91.41% from 255 or 33.82% from 689); Blue value is 252 (98.83% from 255 or 36.57% from 689); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCE9FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE9FC is #331603. Grayscale: #E2E2E2. Windows color (decimal): -3347972 or 16574924. OLE color: 16574924.

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

Color convert

RGB 204 233 252 -
CMYK 0.19 0.08 0 0.01
HSL 203.75º 0.89% 0.89% -
HSV(B) 203.75º 0.19% 0.99% -
XYZ 71.61 78.14 103.4 -
YUV 226.5 142.39 111.96 -
System Red Green Blue C M Y K H S L
Decimal 204 233 252 0.19 0.08 0 0.01 203.75 0.89 0.89
Hex CC E9 FC 13 8 0 1 CC 59 59
Octal 314 351 374 23 10 0 1 314 131 131
Binary 11001100 11101001 11111100 10011 1000 0 1 11001100 1011001 1011001

Color Harmonies of #CCE9FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE9FC

Black with #CCE9FC

Text Example


Text Example

White with #CCE9FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE9FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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