Html Css Color HEX #CCE8F5 Pattens Blue

📋 copy color: '#CCE8F5'

red 204 ◦ green 232 ◦ blue 245

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

Shades of Pattens Blue #CCE8F5

Tints of Pattens Blue #CCE8F5

RGB

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

 GREEN value IS 232 (91.02% from 255) = 34.07%

 BLUE value IS 245 (96.09% from 255) = 35.98%

R = 29.96%
G = 34.07%
B = 35.98%

CMYK

 C value IS 0.17

 M value IS 0.05

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#CCE8F5 (or 0xCCE8F5) is known color: Pattens Blue. HEX triplet: CC, E8 and F5. RGB value is (204,232,245). Sum of RGB (Red+Green+Blue) = 204+232+245=681 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.96% from 681); Green value is 232 (91.02% from 255 or 34.07% from 681); Blue value is 245 (96.09% from 255 or 35.98% from 681); Max value from RGB is 245 - color contains mainly: blue. Hex color #CCE8F5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #CCE8F5 is #33170A. Grayscale: #E1E1E1. Windows color (decimal): -3348235 or 16115916. OLE color: 16115916.

HSL color Cylindrical-coordinate representation of color #CCE8F5: hue angle of 199.02º degrees, saturation: 0.67, lightness: 0.88%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #CCE8F5 is Cyan = 0.17, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 204 232 245 -
CMYK 0.17 0.05 0 0.04
HSL 199.02º 0.67% 0.88% -
HSV(B) 199.02º 0.17% 0.96% -
XYZ 70.24 77.14 97.57 -
YUV 225.11 139.22 112.94 -
System Red Green Blue C M Y K H S L
Decimal 204 232 245 0.17 0.05 0 0.04 199.02 0.67 0.88
Hex CC E8 F5 11 5 0 4 C7 43 58
Octal 314 350 365 21 5 0 4 307 103 130
Binary 11001100 11101000 11110101 10001 101 0 100 11000111 1000011 1011000

Color Harmonies of #CCE8F5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE8F5

Black with #CCE8F5

Text Example


Text Example

White with #CCE8F5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE8F5; }

 p { color: rgb(204,232,245); }

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

background-color css

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

 a { background-color: rgb(204,232,245); }

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

border-color css

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

 span { border-color: rgb(204,232,245); }

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