Html Css Color HEX #CDD0E1 Periwinkle

📋 copy color: '#CDD0E1'

red 205 ◦ green 208 ◦ blue 225

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

Shades of Periwinkle #CDD0E1

Tints of Periwinkle #CDD0E1

RGB

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

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

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

R = 32.13%
G = 32.6%
B = 35.27%

CMYK

 C value IS 0.09

 M value IS 0.08

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CDD0E1 (or 0xCDD0E1) is known color: Periwinkle. HEX triplet: CD, D0 and E1. RGB value is (205,208,225). Sum of RGB (Red+Green+Blue) = 205+208+225=638 (84% of max value = 765). Red value is 205 (80.47% from 255 or 32.13% from 638); Green value is 208 (81.64% from 255 or 32.60% from 638); Blue value is 225 (88.28% from 255 or 35.27% from 638); Max value from RGB is 225 - color contains mainly: blue. Hex color #CDD0E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD0E1 is #322F1E. Grayscale: #D0D0D0. Windows color (decimal): -3288863 or 14799053. OLE color: 14799053.

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

Color convert

RGB 205 208 225 -
CMYK 0.09 0.08 0 0.12
HSL 231º 0.25% 0.84% -
HSV(B) 231º 0.09% 0.88% -
XYZ 61.32 63.53 80.26 -
YUV 209.04 137.01 125.12 -
System Red Green Blue C M Y K H S L
Decimal 205 208 225 0.09 0.08 0 0.12 231 0.25 0.84
Hex CD D0 E1 9 8 0 C E7 19 54
Octal 315 320 341 11 10 0 14 347 31 124
Binary 11001101 11010000 11100001 1001 1000 0 1100 11100111 11001 1010100

Color Harmonies of #CDD0E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD0E1

Black with #CDD0E1

Text Example


Text Example

White with #CDD0E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD0E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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