Html Css Color HEX #CCD1E7 Periwinkle

📋 copy color: '#CCD1E7'

red 204 ◦ green 209 ◦ blue 231

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

Shades of Periwinkle #CCD1E7

Tints of Periwinkle #CCD1E7

RGB

 RED value IS 204 (80.08% from 255) = 31.68%

 GREEN value IS 209 (82.03% from 255) = 32.45%

 BLUE value IS 231 (90.63% from 255) = 35.87%

R = 31.68%
G = 32.45%
B = 35.87%

CMYK

 C value IS 0.12

 M value IS 0.10

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#CCD1E7 (or 0xCCD1E7) is known color: Periwinkle. HEX triplet: CC, D1 and E7. RGB value is (204,209,231). Sum of RGB (Red+Green+Blue) = 204+209+231=644 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.68% from 644); Green value is 209 (82.03% from 255 or 32.45% from 644); Blue value is 231 (90.62% from 255 or 35.87% from 644); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCD1E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD1E7 is #332E18. Grayscale: #D1D1D1. Windows color (decimal): -3354137 or 15192524. OLE color: 15192524.

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

Color convert

RGB 204 209 231 -
CMYK 0.12 0.10 0 0.09
HSL 228.89º 0.36% 0.85% -
HSV(B) 228.89º 0.12% 0.91% -
XYZ 62.13 64.21 84.72 -
YUV 210.01 139.84 123.71 -
System Red Green Blue C M Y K H S L
Decimal 204 209 231 0.12 0.10 0 0.09 228.89 0.36 0.85
Hex CC D1 E7 C A 0 9 E5 24 55
Octal 314 321 347 14 12 0 11 345 44 125
Binary 11001100 11010001 11100111 1100 1010 0 1001 11100101 100100 1010101

Color Harmonies of #CCD1E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD1E7

Black with #CCD1E7

Text Example


Text Example

White with #CCD1E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD1E7; }

 p { color: rgb(204,209,231); }

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

background-color css

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

 a { background-color: rgb(204,209,231); }

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

border-color css

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

 span { border-color: rgb(204,209,231); }

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