Html Css Color HEX #CDD2E8 Periwinkle

📋 copy color: '#CDD2E8'

red 205 ◦ green 210 ◦ blue 232

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

Shades of Periwinkle #CDD2E8

Tints of Periwinkle #CDD2E8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 35.86%

R = 31.68%
G = 32.46%
B = 35.86%

CMYK

 C value IS 0.12

 M value IS 0.09

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CDD2E8 (or 0xCDD2E8) is known color: Periwinkle. HEX triplet: CD, D2 and E8. RGB value is (205,210,232). Sum of RGB (Red+Green+Blue) = 205+210+232=647 (85% of max value = 765). Red value is 205 (80.47% from 255 or 31.68% from 647); Green value is 210 (82.42% from 255 or 32.46% from 647); Blue value is 232 (91.02% from 255 or 35.86% from 647); Max value from RGB is 232 - color contains mainly: blue. Hex color #CDD2E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CDD2E8 is #322D17. Grayscale: #D2D2D2. Windows color (decimal): -3288344 or 15258317. OLE color: 15258317.

HSL color Cylindrical-coordinate representation of color #CDD2E8: hue angle of 228.89º degrees, saturation: 0.37, lightness: 0.86%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #CDD2E8 is Cyan = 0.12, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 205 210 232 -
CMYK 0.12 0.09 0 0.09
HSL 228.89º 0.37% 0.86% -
HSV(B) 228.89º 0.12% 0.91% -
XYZ 62.79 64.9 85.56 -
YUV 211.01 139.84 123.71 -
System Red Green Blue C M Y K H S L
Decimal 205 210 232 0.12 0.09 0 0.09 228.89 0.37 0.86
Hex CD D2 E8 C 9 0 9 E5 25 56
Octal 315 322 350 14 11 0 11 345 45 126
Binary 11001101 11010010 11101000 1100 1001 0 1001 11100101 100101 1010110

Color Harmonies of #CDD2E8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD2E8

Black with #CDD2E8

Text Example


Text Example

White with #CDD2E8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD2E8; }

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

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

background-color css

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

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

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

border-color css

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

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

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