Html Css Color HEX #CDD3E1 Periwinkle

📋 copy color: '#CDD3E1'

red 205 ◦ green 211 ◦ blue 225

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

Shades of Periwinkle #CDD3E1

Tints of Periwinkle #CDD3E1

RGB

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

 GREEN value IS 211 (82.81% from 255) = 32.92%

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

R = 31.98%
G = 32.92%
B = 35.1%

CMYK

 C value IS 0.09

 M value IS 0.06

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#CDD3E1 (or 0xCDD3E1) is known color: Periwinkle. HEX triplet: CD, D3 and E1. RGB value is (205,211,225). Sum of RGB (Red+Green+Blue) = 205+211+225=641 (84% of max value = 765). Red value is 205 (80.47% from 255 or 31.98% from 641); Green value is 211 (82.81% from 255 or 32.92% from 641); Blue value is 225 (88.28% from 255 or 35.10% from 641); Max value from RGB is 225 - color contains mainly: blue. Hex color #CDD3E1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CDD3E1 is #322C1E. Grayscale: #D2D2D2. Windows color (decimal): -3288095 or 14799821. OLE color: 14799821.

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

Color convert

RGB 205 211 225 -
CMYK 0.09 0.06 0 0.12
HSL 222º 0.25% 0.84% -
HSV(B) 222º 0.09% 0.88% -
XYZ 62.06 65 80.51 -
YUV 210.8 136.01 123.86 -
System Red Green Blue C M Y K H S L
Decimal 205 211 225 0.09 0.06 0 0.12 222 0.25 0.84
Hex CD D3 E1 9 6 0 C DE 19 54
Octal 315 323 341 11 6 0 14 336 31 124
Binary 11001101 11010011 11100001 1001 110 0 1100 11011110 11001 1010100

Color Harmonies of #CDD3E1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CDD3E1

Black with #CDD3E1

Text Example


Text Example

White with #CDD3E1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CDD3E1; }

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

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

background-color css

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

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

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

border-color css

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

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

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