Html Css Color HEX #CCD2E5 Periwinkle

📋 copy color: '#CCD2E5'

red 204 ◦ green 210 ◦ blue 229

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

Shades of Periwinkle #CCD2E5

Tints of Periwinkle #CCD2E5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 35.61%

R = 31.73%
G = 32.66%
B = 35.61%

CMYK

 C value IS 0.11

 M value IS 0.08

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#CCD2E5 (or 0xCCD2E5) is known color: Periwinkle. HEX triplet: CC, D2 and E5. RGB value is (204,210,229). Sum of RGB (Red+Green+Blue) = 204+210+229=643 (85% of max value = 765). Red value is 204 (80.08% from 255 or 31.73% from 643); Green value is 210 (82.42% from 255 or 32.66% from 643); Blue value is 229 (89.84% from 255 or 35.61% from 643); Max value from RGB is 229 - color contains mainly: blue. Hex color #CCD2E5 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #CCD2E5 is #332D1A. Grayscale: #D2D2D2. Windows color (decimal): -3353883 or 15061708. OLE color: 15061708.

HSL color Cylindrical-coordinate representation of color #CCD2E5: hue angle of 225.6º degrees, saturation: 0.32, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #CCD2E5 is Cyan = 0.11, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 204 210 229 -
CMYK 0.11 0.08 0 0.10
HSL 225.6º 0.32% 0.85% -
HSV(B) 225.6º 0.11% 0.9% -
XYZ 62.09 64.59 83.32 -
YUV 210.37 138.51 123.46 -
System Red Green Blue C M Y K H S L
Decimal 204 210 229 0.11 0.08 0 0.10 225.6 0.32 0.85
Hex CC D2 E5 B 8 0 A E2 20 55
Octal 314 322 345 13 10 0 12 342 40 125
Binary 11001100 11010010 11100101 1011 1000 0 1010 11100010 100000 1010101

Color Harmonies of #CCD2E5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CCD2E5

Black with #CCD2E5

Text Example


Text Example

White with #CCD2E5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CCD2E5; }

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

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

background-color css

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

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

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

border-color css

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

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

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