Html Css Color HEX #CCD8E1 Pattens Blue

📋 copy color: '#CCD8E1'

red 204 ◦ green 216 ◦ blue 225

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

Shades of Pattens Blue #CCD8E1

Tints of Pattens Blue #CCD8E1

RGB

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

 GREEN value IS 216 (84.77% from 255) = 33.49%

 BLUE value IS 225 (88.28% from 255) = 34.88%

R = 31.63%
G = 33.49%
B = 34.88%

CMYK

 C value IS 0.09

 M value IS 0.04

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CCD8E1 (or 0xCCD8E1) is known color: Pattens Blue. HEX triplet: CC, D8 and E1. RGB value is (204,216,225). Sum of RGB (Red+Green+Blue) = 204+216+225=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 216 (84.77% from 255 or 33.49% from 645); Blue value is 225 (88.28% from 255 or 34.88% from 645); Max value from RGB is 225 - color contains mainly: blue. Hex color #CCD8E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8E1 is #33271E. Grayscale: #D5D5D5. Windows color (decimal): -3352351 or 14801100. OLE color: 14801100.

HSL color Cylindrical-coordinate representation of color #CCD8E1: hue angle of 205.71º degrees, saturation: 0.26, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCD8E1 is Cyan = 0.09, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 204 216 225 -
CMYK 0.09 0.04 0 0.12
HSL 205.71º 0.26% 0.84% -
HSV(B) 205.71º 0.09% 0.88% -
XYZ 63.05 67.39 80.92 -
YUV 213.44 134.52 121.27 -
System Red Green Blue C M Y K H S L
Decimal 204 216 225 0.09 0.04 0 0.12 205.71 0.26 0.84
Hex CC D8 E1 9 4 0 C CE 1A 54
Octal 314 330 341 11 4 0 14 316 32 124
Binary 11001100 11011000 11100001 1001 100 0 1100 11001110 11010 1010100

Color Harmonies of #CCD8E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD8E1

Black with #CCD8E1

Text Example


Text Example

White with #CCD8E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD8E1; }

 p { color: rgb(204,216,225); }

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

background-color css

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

 a { background-color: rgb(204,216,225); }

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

border-color css

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

 span { border-color: rgb(204,216,225); }

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