Html Css Color HEX #CDDEE7 Pattens Blue

📋 copy color: '#CDDEE7'

red 205 ◦ green 222 ◦ blue 231

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

Shades of Pattens Blue #CDDEE7

Tints of Pattens Blue #CDDEE7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 35.11%

R = 31.16%
G = 33.74%
B = 35.11%

CMYK

 C value IS 0.11

 M value IS 0.04

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CDDEE7 (or 0xCDDEE7) is known color: Pattens Blue. HEX triplet: CD, DE and E7. RGB value is (205,222,231). Sum of RGB (Red+Green+Blue) = 205+222+231=658 (87% of max value = 765). Red value is 205 (80.47% from 255 or 31.16% from 658); Green value is 222 (87.11% from 255 or 33.74% from 658); Blue value is 231 (90.62% from 255 or 35.11% from 658); Max value from RGB is 231 - color contains mainly: blue. Hex color #CDDEE7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDDEE7 is #322118. Grayscale: #D9D9D9. Windows color (decimal): -3285273 or 15195853. OLE color: 15195853.

HSL color Cylindrical-coordinate representation of color #CDDEE7: hue angle of 200.77º degrees, saturation: 0.35, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CDDEE7 is Cyan = 0.11, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 205 222 231 -
CMYK 0.11 0.04 0 0.09
HSL 200.77º 0.35% 0.85% -
HSV(B) 200.77º 0.11% 0.91% -
XYZ 65.72 70.99 85.84 -
YUV 217.94 135.37 118.77 -
System Red Green Blue C M Y K H S L
Decimal 205 222 231 0.11 0.04 0 0.09 200.77 0.35 0.85
Hex CD DE E7 B 4 0 9 C9 23 55
Octal 315 336 347 13 4 0 11 311 43 125
Binary 11001101 11011110 11100111 1011 100 0 1001 11001001 100011 1010101

Color Harmonies of #CDDEE7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDDEE7

Black with #CDDEE7

Text Example


Text Example

White with #CDDEE7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDDEE7; }

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

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

background-color css

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

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

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

border-color css

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

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

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