Html Css Color HEX #CCD7DD Pattens Blue

📋 copy color: '#CCD7DD'

red 204 ◦ green 215 ◦ blue 221

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

Shades of Pattens Blue #CCD7DD

Tints of Pattens Blue #CCD7DD

RGB

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

 GREEN value IS 215 (84.38% from 255) = 33.59%

 BLUE value IS 221 (86.72% from 255) = 34.53%

R = 31.88%
G = 33.59%
B = 34.53%

CMYK

 C value IS 0.08

 M value IS 0.03

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CCD7DD (or 0xCCD7DD) is known color: Pattens Blue. HEX triplet: CC, D7 and DD. RGB value is (204,215,221). Sum of RGB (Red+Green+Blue) = 204+215+221=640 (84% of max value = 765). Red value is 204 (80.08% from 255 or 31.88% from 640); Green value is 215 (84.38% from 255 or 33.59% from 640); Blue value is 221 (86.72% from 255 or 34.53% from 640); Max value from RGB is 221 - color contains mainly: blue. Hex color #CCD7DD is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD7DD is #332822. Grayscale: #D4D4D4. Windows color (decimal): -3352611 or 14538700. OLE color: 14538700.

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

Color convert

RGB 204 215 221 -
CMYK 0.08 0.03 0 0.13
HSL 201.18º 0.2% 0.83% -
HSV(B) 201.18º 0.08% 0.87% -
XYZ 62.25 66.66 77.99 -
YUV 212.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 204 215 221 0.08 0.03 0 0.13 201.18 0.2 0.83
Hex CC D7 DD 8 3 0 D C9 14 53
Octal 314 327 335 10 3 0 15 311 24 123
Binary 11001100 11010111 11011101 1000 11 0 1101 11001001 10100 1010011

Color Harmonies of #CCD7DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD7DD

Black with #CCD7DD

Text Example


Text Example

White with #CCD7DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD7DD; }

 p { color: rgb(204,215,221); }

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

background-color css

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

 a { background-color: rgb(204,215,221); }

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

border-color css

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

 span { border-color: rgb(204,215,221); }

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