Html Css Color HEX #CDD0E5 Periwinkle

📋 copy color: '#CDD0E5'

red 205 ◦ green 208 ◦ blue 229

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

Shades of Periwinkle #CDD0E5

Tints of Periwinkle #CDD0E5

RGB

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

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

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

R = 31.93%
G = 32.4%
B = 35.67%

CMYK

 C value IS 0.10

 M value IS 0.09

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CDD0E5 (or 0xCDD0E5) is known color: Periwinkle. HEX triplet: CD, D0 and E5. RGB value is (205,208,229). Sum of RGB (Red+Green+Blue) = 205+208+229=642 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.93% from 642); Green value is 208 (81.64% from 255 or 32.40% from 642); Blue value is 229 (89.84% from 255 or 35.67% from 642); Max value from RGB is 229 - color contains mainly: blue. Hex color #CDD0E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD0E5 is #322F1A. Grayscale: #D1D1D1. Windows color (decimal): -3288859 or 15061197. OLE color: 15061197.

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

Color convert

RGB 205 208 229 -
CMYK 0.10 0.09 0 0.10
HSL 232.5º 0.32% 0.85% -
HSV(B) 232.5º 0.1% 0.9% -
XYZ 61.88 63.75 83.17 -
YUV 209.5 139.01 124.79 -
System Red Green Blue C M Y K H S L
Decimal 205 208 229 0.10 0.09 0 0.10 232.5 0.32 0.85
Hex CD D0 E5 A 9 0 A E8 20 55
Octal 315 320 345 12 11 0 12 350 40 125
Binary 11001101 11010000 11100101 1010 1001 0 1010 11101000 100000 1010101

Color Harmonies of #CDD0E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD0E5

Black with #CDD0E5

Text Example


Text Example

White with #CDD0E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD0E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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