Html Css Color HEX #CCD2E7 Periwinkle

📋 copy color: '#CCD2E7'

red 204 ◦ green 210 ◦ blue 231

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

Shades of Periwinkle #CCD2E7

Tints of Periwinkle #CCD2E7

RGB

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

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

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

R = 31.63%
G = 32.56%
B = 35.81%

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

#CCD2E7 (or 0xCCD2E7) is known color: Periwinkle. HEX triplet: CC, D2 and E7. RGB value is (204,210,231). Sum of RGB (Red+Green+Blue) = 204+210+231=645 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.63% from 645); Green value is 210 (82.42% from 255 or 32.56% from 645); Blue value is 231 (90.62% from 255 or 35.81% from 645); Max value from RGB is 231 - color contains mainly: blue. Hex color #CCD2E7 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #CCD2E7 is #332D18. Grayscale: #D2D2D2. Windows color (decimal): -3353881 or 15192780. OLE color: 15192780.

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

Color convert

RGB 204 210 231 -
CMYK 0.12 0.09 0 0.09
HSL 226.67º 0.36% 0.85% -
HSV(B) 226.67º 0.12% 0.91% -
XYZ 62.37 64.7 84.8 -
YUV 210.6 139.51 123.29 -
System Red Green Blue C M Y K H S L
Decimal 204 210 231 0.12 0.09 0 0.09 226.67 0.36 0.85
Hex CC D2 E7 C 9 0 9 E3 24 55
Octal 314 322 347 14 11 0 11 343 44 125
Binary 11001100 11010010 11100111 1100 1001 0 1001 11100011 100100 1010101

Color Harmonies of #CCD2E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD2E7

Black with #CCD2E7

Text Example


Text Example

White with #CCD2E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD2E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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