Html Css Color HEX #CDDCE5 Pattens Blue

📋 copy color: '#CDDCE5'

red 205 ◦ green 220 ◦ blue 229

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

Shades of Pattens Blue #CDDCE5

Tints of Pattens Blue #CDDCE5

RGB

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

 GREEN value IS 220 (86.33% from 255) = 33.64%

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

R = 31.35%
G = 33.64%
B = 35.02%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CDDCE5 (or 0xCDDCE5) is known color: Pattens Blue. HEX triplet: CD, DC and E5. RGB value is (205,220,229). Sum of RGB (Red+Green+Blue) = 205+220+229=654 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.35% from 654); Green value is 220 (86.33% from 255 or 33.64% from 654); Blue value is 229 (89.84% from 255 or 35.02% from 654); Max value from RGB is 229 - color contains mainly: blue. Hex color #CDDCE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDCE5 is #32231A. Grayscale: #D8D8D8. Windows color (decimal): -3285787 or 15064269. OLE color: 15064269.

HSL color Cylindrical-coordinate representation of color #CDDCE5: hue angle of 202.5º 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 #CDDCE5 is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 205 220 229 -
CMYK 0.10 0.04 0 0.10
HSL 202.5º 0.32% 0.85% -
HSV(B) 202.5º 0.1% 0.9% -
XYZ 64.91 69.82 84.18 -
YUV 216.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 205 220 229 0.10 0.04 0 0.10 202.5 0.32 0.85
Hex CD DC E5 A 4 0 A CA 20 55
Octal 315 334 345 12 4 0 12 312 40 125
Binary 11001101 11011100 11100101 1010 100 0 1010 11001010 100000 1010101

Color Harmonies of #CDDCE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDCE5

Black with #CDDCE5

Text Example


Text Example

White with #CDDCE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDCE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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