Html Css Color HEX #CCE7FE Pattens Blue

📋 copy color: '#CCE7FE'

red 204 ◦ green 231 ◦ blue 254

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

Shades of Pattens Blue #CCE7FE

Tints of Pattens Blue #CCE7FE

RGB

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

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

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

R = 29.61%
G = 33.53%
B = 36.87%

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

#CCE7FE (or 0xCCE7FE) is known color: Pattens Blue. HEX triplet: CC, E7 and FE. RGB value is (204,231,254). Sum of RGB (Red+Green+Blue) = 204+231+254=689 (91% of max value = 765). Red value is 204 (80.08% from 255 or 29.61% from 689); Green value is 231 (90.62% from 255 or 33.53% from 689); Blue value is 254 (99.61% from 255 or 36.87% from 689); Max value from RGB is 254 - color contains mainly: blue. Hex color #CCE7FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE7FE is #331801. Grayscale: #E1E1E1. Windows color (decimal): -3348482 or 16705484. OLE color: 16705484.

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

Color convert

RGB 204 231 254 -
CMYK 0.20 0.09 0 0.00
HSL 207.6º 0.96% 0.9% -
HSV(B) 207.6º 0.2% 1% -
XYZ 71.37 77.14 104.9 -
YUV 225.55 144.05 112.63 -
System Red Green Blue C M Y K H S L
Decimal 204 231 254 0.20 0.09 0 0.00 207.6 0.96 0.9
Hex CC E7 FE 14 9 0 0 D0 60 5A
Octal 314 347 376 24 11 0 0 320 140 132
Binary 11001100 11100111 11111110 10100 1001 0 0 11010000 1100000 1011010

Color Harmonies of #CCE7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE7FE

Black with #CCE7FE

Text Example


Text Example

White with #CCE7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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