Html Css Color HEX #CDDDE5 Pattens Blue

📋 copy color: '#CDDDE5'

red 205 ◦ green 221 ◦ blue 229

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

Shades of Pattens Blue #CDDDE5

Tints of Pattens Blue #CDDDE5

RGB

 RED value IS 205 (80.47% from 255) = 31.3%

 GREEN value IS 221 (86.72% from 255) = 33.74%

 BLUE value IS 229 (89.84% from 255) = 34.96%

R = 31.3%
G = 33.74%
B = 34.96%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CDDDE5 (or 0xCDDDE5) is known color: Pattens Blue. HEX triplet: CD, DD and E5. RGB value is (205,221,229). Sum of RGB (Red+Green+Blue) = 205+221+229=655 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.30% from 655); Green value is 221 (86.72% from 255 or 33.74% from 655); Blue value is 229 (89.84% from 255 or 34.96% from 655); Max value from RGB is 229 - color contains mainly: blue. Hex color #CDDDE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDDE5 is #32221A. Grayscale: #D9D9D9. Windows color (decimal): -3285531 or 15064525. OLE color: 15064525.

HSL color Cylindrical-coordinate representation of color #CDDDE5: hue angle of 200º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #CDDDE5 is Cyan = 0.10, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 221 229 -
CMYK 0.10 0.03 0 0.10
HSL 200º 0.32% 0.85% -
HSV(B) 200º 0.1% 0.9% -
XYZ 65.18 70.35 84.27 -
YUV 217.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 205 221 229 0.10 0.03 0 0.10 200 0.32 0.85
Hex CD DD E5 A 3 0 A C8 20 55
Octal 315 335 345 12 3 0 12 310 40 125
Binary 11001101 11011101 11100101 1010 11 0 1010 11001000 100000 1010101

Color Harmonies of #CDDDE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDDE5

Black with #CDDDE5

Text Example


Text Example

White with #CDDDE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDDE5; }

 p { color: rgb(205,221,229); }

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

background-color css

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

 a { background-color: rgb(205,221,229); }

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

border-color css

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

 span { border-color: rgb(205,221,229); }

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