Html Css Color HEX #CCD8DF Pattens Blue

📋 copy color: '#CCD8DF'

red 204 ◦ green 216 ◦ blue 223

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

Shades of Pattens Blue #CCD8DF

Tints of Pattens Blue #CCD8DF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 34.68%

R = 31.73%
G = 33.59%
B = 34.68%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCD8DF (or 0xCCD8DF) is known color: Pattens Blue. HEX triplet: CC, D8 and DF. RGB value is (204,216,223). Sum of RGB (Red+Green+Blue) = 204+216+223=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 216 (84.77% from 255 or 33.59% from 643); Blue value is 223 (87.5% from 255 or 34.68% from 643); Max value from RGB is 223 - color contains mainly: blue. Hex color #CCD8DF is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD8DF is #332720. Grayscale: #D5D5D5. Windows color (decimal): -3352353 or 14670028. OLE color: 14670028.

HSL color Cylindrical-coordinate representation of color #CCD8DF: hue angle of 202.11º degrees, saturation: 0.23, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CCD8DF is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 204 216 223 -
CMYK 0.09 0.03 0 0.13
HSL 202.11º 0.23% 0.84% -
HSV(B) 202.11º 0.09% 0.87% -
XYZ 62.78 67.28 79.49 -
YUV 213.21 133.52 121.43 -
System Red Green Blue C M Y K H S L
Decimal 204 216 223 0.09 0.03 0 0.13 202.11 0.23 0.84
Hex CC D8 DF 9 3 0 D CA 17 54
Octal 314 330 337 11 3 0 15 312 27 124
Binary 11001100 11011000 11011111 1001 11 0 1101 11001010 10111 1010100

Color Harmonies of #CCD8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD8DF

Black with #CCD8DF

Text Example


Text Example

White with #CCD8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD8DF; }

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

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

background-color css

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

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

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

border-color css

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

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

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