Html Css Color HEX #CDD0DE Periwinkle

📋 copy color: '#CDD0DE'

red 205 ◦ green 208 ◦ blue 222

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

Shades of Periwinkle #CDD0DE

Tints of Periwinkle #CDD0DE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 32.76%

 BLUE value IS 222 (87.11% from 255) = 34.96%

R = 32.28%
G = 32.76%
B = 34.96%

CMYK

 C value IS 0.08

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#CDD0DE (or 0xCDD0DE) is known color: Periwinkle. HEX triplet: CD, D0 and DE. RGB value is (205,208,222). Sum of RGB (Red+Green+Blue) = 205+208+222=635 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.28% from 635); Green value is 208 (81.64% from 255 or 32.76% from 635); Blue value is 222 (87.11% from 255 or 34.96% from 635); Max value from RGB is 222 - color contains mainly: blue. Hex color #CDD0DE is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD0DE is #322F21. Grayscale: #D0D0D0. Windows color (decimal): -3288866 or 14602445. OLE color: 14602445.

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

Color convert

RGB 205 208 222 -
CMYK 0.08 0.06 0 0.13
HSL 229.41º 0.2% 0.84% -
HSV(B) 229.41º 0.08% 0.87% -
XYZ 60.92 63.36 78.13 -
YUV 208.7 135.51 125.36 -
System Red Green Blue C M Y K H S L
Decimal 205 208 222 0.08 0.06 0 0.13 229.41 0.2 0.84
Hex CD D0 DE 8 6 0 D E5 14 54
Octal 315 320 336 10 6 0 15 345 24 124
Binary 11001101 11010000 11011110 1000 110 0 1101 11100101 10100 1010100

Color Harmonies of #CDD0DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD0DE

Black with #CDD0DE

Text Example


Text Example

White with #CDD0DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD0DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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