Html Css Color HEX #CCE7FC Pattens Blue

📋 copy color: '#CCE7FC'

red 204 ◦ green 231 ◦ blue 252

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

Shades of Pattens Blue #CCE7FC

Tints of Pattens Blue #CCE7FC

RGB

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

 GREEN value IS 231 (90.63% from 255) = 33.62%

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

R = 29.69%
G = 33.62%
B = 36.68%

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

#CCE7FC (or 0xCCE7FC) is known color: Pattens Blue. HEX triplet: CC, E7 and FC. RGB value is (204,231,252). Sum of RGB (Red+Green+Blue) = 204+231+252=687 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.69% from 687); Green value is 231 (90.62% from 255 or 33.62% from 687); Blue value is 252 (98.83% from 255 or 36.68% from 687); Max value from RGB is 252 - color contains mainly: blue. Hex color #CCE7FC is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE7FC is #331803. Grayscale: #E1E1E1. Windows color (decimal): -3348484 or 16574412. OLE color: 16574412.

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

Color convert

RGB 204 231 252 -
CMYK 0.19 0.08 0 0.01
HSL 206.25º 0.89% 0.89% -
HSV(B) 206.25º 0.19% 0.99% -
XYZ 71.05 77.02 103.22 -
YUV 225.32 143.05 112.79 -
System Red Green Blue C M Y K H S L
Decimal 204 231 252 0.19 0.08 0 0.01 206.25 0.89 0.89
Hex CC E7 FC 13 8 0 1 CE 59 59
Octal 314 347 374 23 10 0 1 316 131 131
Binary 11001100 11100111 11111100 10011 1000 0 1 11001110 1011001 1011001

Color Harmonies of #CCE7FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE7FC

Black with #CCE7FC

Text Example


Text Example

White with #CCE7FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE7FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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