Html Css Color HEX #CDD2E5 Periwinkle

📋 copy color: '#CDD2E5'

red 205 ◦ green 210 ◦ blue 229

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

Shades of Periwinkle #CDD2E5

Tints of Periwinkle #CDD2E5

RGB

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

 GREEN value IS 210 (82.42% from 255) = 32.61%

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

R = 31.83%
G = 32.61%
B = 35.56%

CMYK

 C value IS 0.10

 M value IS 0.08

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CDD2E5 (or 0xCDD2E5) is known color: Periwinkle. HEX triplet: CD, D2 and E5. RGB value is (205,210,229). Sum of RGB (Red+Green+Blue) = 205+210+229=644 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.83% from 644); Green value is 210 (82.42% from 255 or 32.61% from 644); Blue value is 229 (89.84% from 255 or 35.56% from 644); Max value from RGB is 229 - color contains mainly: blue. Hex color #CDD2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD2E5 is #322D1A. Grayscale: #D2D2D2. Windows color (decimal): -3288347 or 15061709. OLE color: 15061709.

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

Color convert

RGB 205 210 229 -
CMYK 0.10 0.08 0 0.10
HSL 227.5º 0.32% 0.85% -
HSV(B) 227.5º 0.1% 0.9% -
XYZ 62.37 64.73 83.34 -
YUV 210.67 138.34 123.96 -
System Red Green Blue C M Y K H S L
Decimal 205 210 229 0.10 0.08 0 0.10 227.5 0.32 0.85
Hex CD D2 E5 A 8 0 A E4 20 55
Octal 315 322 345 12 10 0 12 344 40 125
Binary 11001101 11010010 11100101 1010 1000 0 1010 11100100 100000 1010101

Color Harmonies of #CDD2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD2E5

Black with #CDD2E5

Text Example


Text Example

White with #CDD2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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