Html Css Color HEX #CDDEE5 Pattens Blue

📋 copy color: '#CDDEE5'

red 205 ◦ green 222 ◦ blue 229

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

Shades of Pattens Blue #CDDEE5

Tints of Pattens Blue #CDDEE5

RGB

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

 GREEN value IS 222 (87.11% from 255) = 33.84%

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

R = 31.25%
G = 33.84%
B = 34.91%

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

#CDDEE5 (or 0xCDDEE5) is known color: Pattens Blue. HEX triplet: CD, DE and E5. RGB value is (205,222,229). Sum of RGB (Red+Green+Blue) = 205+222+229=656 (86% of max value = 765). Red value is 205 (80.47% from 255 or 31.25% from 656); Green value is 222 (87.11% from 255 or 33.84% from 656); Blue value is 229 (89.84% from 255 or 34.91% from 656); Max value from RGB is 229 - color contains mainly: blue. Hex color #CDDEE5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDDEE5 is #32211A. Grayscale: #D9D9D9. Windows color (decimal): -3285275 or 15064781. OLE color: 15064781.

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

Color convert

RGB 205 222 229 -
CMYK 0.10 0.03 0 0.10
HSL 197.5º 0.32% 0.85% -
HSV(B) 197.5º 0.1% 0.9% -
XYZ 65.44 70.88 84.36 -
YUV 217.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 205 222 229 0.10 0.03 0 0.10 197.5 0.32 0.85
Hex CD DE E5 A 3 0 A C6 20 55
Octal 315 336 345 12 3 0 12 306 40 125
Binary 11001101 11011110 11100101 1010 11 0 1010 11000110 100000 1010101

Color Harmonies of #CDDEE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDEE5

Black with #CDDEE5

Text Example


Text Example

White with #CDDEE5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDEE5; }

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

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

background-color css

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

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

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

border-color css

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

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

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