Html Css Color HEX #CCE7F8 Pattens Blue

📋 copy color: '#CCE7F8'

red 204 ◦ green 231 ◦ blue 248

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

Shades of Pattens Blue #CCE7F8

Tints of Pattens Blue #CCE7F8

RGB

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

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

 BLUE value IS 248 (97.27% from 255) = 36.31%

R = 29.87%
G = 33.82%
B = 36.31%

CMYK

 C value IS 0.18

 M value IS 0.07

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#CCE7F8 (or 0xCCE7F8) is known color: Pattens Blue. HEX triplet: CC, E7 and F8. RGB value is (204,231,248). Sum of RGB (Red+Green+Blue) = 204+231+248=683 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.87% from 683); Green value is 231 (90.62% from 255 or 33.82% from 683); Blue value is 248 (97.27% from 255 or 36.31% from 683); Max value from RGB is 248 - color contains mainly: blue. Hex color #CCE7F8 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE7F8 is #331807. Grayscale: #E0E0E0. Windows color (decimal): -3348488 or 16312268. OLE color: 16312268.

HSL color Cylindrical-coordinate representation of color #CCE7F8: hue angle of 203.18º degrees, saturation: 0.76, lightness: 0.89%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #CCE7F8 is Cyan = 0.18, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 204 231 248 -
CMYK 0.18 0.07 0 0.03
HSL 203.18º 0.76% 0.89% -
HSV(B) 203.18º 0.18% 0.97% -
XYZ 70.42 76.77 99.91 -
YUV 224.87 141.05 113.12 -
System Red Green Blue C M Y K H S L
Decimal 204 231 248 0.18 0.07 0 0.03 203.18 0.76 0.89
Hex CC E7 F8 12 7 0 3 CB 4C 59
Octal 314 347 370 22 7 0 3 313 114 131
Binary 11001100 11100111 11111000 10010 111 0 11 11001011 1001100 1011001

Color Harmonies of #CCE7F8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE7F8

Black with #CCE7F8

Text Example


Text Example

White with #CCE7F8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE7F8; }

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

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

background-color css

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

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

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

border-color css

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

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

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