Html Css Color HEX #CCE4FD Pattens Blue

📋 copy color: '#CCE4FD'

red 204 ◦ green 228 ◦ blue 253

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

Shades of Pattens Blue #CCE4FD

Tints of Pattens Blue #CCE4FD

RGB

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

 GREEN value IS 228 (89.45% from 255) = 33.28%

 BLUE value IS 253 (99.22% from 255) = 36.93%

R = 29.78%
G = 33.28%
B = 36.93%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#CCE4FD (or 0xCCE4FD) is known color: Pattens Blue. HEX triplet: CC, E4 and FD. RGB value is (204,228,253). Sum of RGB (Red+Green+Blue) = 204+228+253=685 (90% of max value = 765). Red value is 204 (80.08% from 255 or 29.78% from 685); Green value is 228 (89.45% from 255 or 33.28% from 685); Blue value is 253 (99.22% from 255 or 36.93% from 685); Max value from RGB is 253 - color contains mainly: blue. Hex color #CCE4FD is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCE4FD is #331B02. Grayscale: #DFDFDF. Windows color (decimal): -3349251 or 16639180. OLE color: 16639180.

HSL color Cylindrical-coordinate representation of color #CCE4FD: hue angle of 210.61º degrees, saturation: 0.92, lightness: 0.9%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #CCE4FD is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 204 228 253 -
CMYK 0.19 0.10 0 0.01
HSL 210.61º 0.92% 0.9% -
HSV(B) 210.61º 0.19% 0.99% -
XYZ 70.37 75.42 103.78 -
YUV 223.67 144.55 113.97 -
System Red Green Blue C M Y K H S L
Decimal 204 228 253 0.19 0.10 0 0.01 210.61 0.92 0.9
Hex CC E4 FD 13 A 0 1 D3 5C 5A
Octal 314 344 375 23 12 0 1 323 134 132
Binary 11001100 11100100 11111101 10011 1010 0 1 11010011 1011100 1011010

Color Harmonies of #CCE4FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCE4FD

Black with #CCE4FD

Text Example


Text Example

White with #CCE4FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCE4FD; }

 p { color: rgb(204,228,253); }

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

background-color css

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

 a { background-color: rgb(204,228,253); }

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

border-color css

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

 span { border-color: rgb(204,228,253); }

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