Html Css Color HEX #CDD2E1 Periwinkle

📋 copy color: '#CDD2E1'

red 205 ◦ green 210 ◦ blue 225

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

Shades of Periwinkle #CDD2E1

Tints of Periwinkle #CDD2E1

RGB

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

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

 BLUE value IS 225 (88.28% from 255) = 35.16%

R = 32.03%
G = 32.81%
B = 35.16%

CMYK

 C value IS 0.09

 M value IS 0.07

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CDD2E1 (or 0xCDD2E1) is known color: Periwinkle. HEX triplet: CD, D2 and E1. RGB value is (205,210,225). Sum of RGB (Red+Green+Blue) = 205+210+225=640 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.03% from 640); Green value is 210 (82.42% from 255 or 32.81% from 640); Blue value is 225 (88.28% from 255 or 35.16% from 640); Max value from RGB is 225 - color contains mainly: blue. Hex color #CDD2E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD2E1 is #322D1E. Grayscale: #D2D2D2. Windows color (decimal): -3288351 or 14799565. OLE color: 14799565.

HSL color Cylindrical-coordinate representation of color #CDD2E1: hue angle of 225º degrees, saturation: 0.25, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #CDD2E1 is Cyan = 0.09, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 205 210 225 -
CMYK 0.09 0.07 0 0.12
HSL 225º 0.25% 0.84% -
HSV(B) 225º 0.09% 0.88% -
XYZ 61.81 64.51 80.43 -
YUV 210.22 136.34 124.28 -
System Red Green Blue C M Y K H S L
Decimal 205 210 225 0.09 0.07 0 0.12 225 0.25 0.84
Hex CD D2 E1 9 7 0 C E1 19 54
Octal 315 322 341 11 7 0 14 341 31 124
Binary 11001101 11010010 11100001 1001 111 0 1100 11100001 11001 1010100

Color Harmonies of #CDD2E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD2E1

Black with #CDD2E1

Text Example


Text Example

White with #CDD2E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD2E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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